Fixed the S3 upload for the nightlies#34
Merged
Conversation
Contributor
Author
|
I was expecting the build to start for PRs, I am looking into it. |
1bb5807 to
27c75b6
Compare
Contributor
Author
It's fixed now. |
Signed-off-by: Akos Kitta <[email protected]>
b43cf1b to
121f27c
Compare
Contributor
Author
|
@per1234, I have updated the title, description, and workflow config. Please review. |
per1234
reviewed
Aug 24, 2020
Made the S3 'publish' job dependent on the 'build' jobs. From now on, the upload happens when the build was green on each platform. Signed-off-by: Akos Kitta <[email protected]>
121f27c to
5b9966f
Compare
per1234
approved these changes
Aug 25, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What it does:
'kittaakos/upload-s3-action'GH Action to'docker://plugins/s3'. The main reasons not using the original'shallwefootball/upload-s3-action'action are the followings:'docker://plugins/s3'action is streamlined with the CLI,'https://github.com/shallwefootball/upload-s3-action/'has issues.As for the CI verification:
Signed-off-by: Akos Kitta [email protected]